home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / AmigaSystem / Scalos / StackWindow_plugin / StackWindows.readme < prev   
Text File  |  2002-10-28  |  1KB  |  61 lines

  1.  
  2.  
  3. Stack windows plugin for Scalos
  4.  
  5. Installation:
  6.  
  7. Copy to Scalos:plugins/Menu Drawer
  8.  
  9. use Scalos Menu Prefs to add a new item
  10. call it StackWindows (or something)
  11. (i placed it underneath the Window/CleanUp menu)
  12.  
  13. Set the "Type" to be of "plugin" type
  14.  
  15. Use the filerequester to select the plugin it should be...
  16. Scalos:plugins/menu/stackwindows.plugin
  17.  
  18. Thats it.
  19.  
  20.  
  21. Info:
  22.  
  23. This plugin has been made as a test plugin really so it does not
  24. do a great deal of work.
  25.  
  26. it does check whether a window is too large to be moved properly
  27. and will attempt to resize it if so.
  28.  
  29. it will not stack ant windows that do not have a title.
  30.  
  31. I have included the amigae source code
  32.  
  33. There are settings...
  34. This plugin will Use amigaini.library (if you have it)
  35. it will look for a file...
  36. ENV:Scalos/StackWindows.ini
  37.  
  38. It should contain the following text...
  39.  
  40. ------------snip----------------
  41. [INITIALPOS]
  42. LEFT=0
  43. TOP=15
  44. [INCREMENT]
  45. MOVE RIGHT=15
  46. MOVE DOWN=15
  47. ------------snip----------------
  48.  
  49. Explanation:
  50.  
  51. [INITIALPOS]
  52. Defines the initial x,y coordinates for the first window
  53. Default is LEFT=0 and TOP=15
  54.  
  55. [INCREMENT]
  56. Defines how far each window will be stacked from
  57. the initial left/top position.
  58.  
  59. the default is 15 pixels which means that all windows will be placed
  60. 15 pixels to the right and 15 pixels below
  61.